Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1KeyedList<TKey,TItem> Class / TryGetValue Method

In This Topic
    TryGetValue Method (C1KeyedList<TKey,TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As TKey, _
       ByRef item As TItem _
    ) As Boolean
    public bool TryGetValue( 
       TKey key,
       out TItem item
    )

    Parameters

    key
    item
    See Also